PDF4Java Reference Documentation
com.o2sol.pdf4java.spatial Package / PDFNumberFormat Class / getThousandsSeparator Method
In This Topic
    getThousandsSeparator Method
    In This Topic
    Gets the thousands separator
    An empty string indicates that no text shall be added. Default value is COMMA (0x2C).
    Syntax
    public java.lang.String getThousandsSeparator()

    Return Value

    Text that shall be used between orders of thousands in display of numerical values.
    See Also